func reflect.toType
16 uses
reflect (current package)
type.go#L709: return toType(elem(t.common()))
type.go#L749: return toType(tt.Key)
type.go#L773: return toType(tt.InSlice()[i])
type.go#L797: return toType(tt.OutSlice()[i])
type.go#L845: m.Type = toType(t.typeOff(p.Typ))
type.go#L976: f.Type = toType(p.Typ)
type.go#L1003: f.Type = toType(&t.Type)
type.go#L1157: return toType((*abi.Type)(noescape(unsafe.Pointer(eface.typ))))
type.go#L1821: return toType(tt)
type.go#L2446: return toType(t)
type.go#L2458: return toType(t)
type.go#L2478: return addToCache(toType(t))
type.go#L2561: return addToCache(toType(&typ.Type))
type.go#L2772: func toType(t *abi.Type) Type {
value.go#L2929: typesMustMatch("reflect.Copy", toType(de), toType(se))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |